Skip to content

Commit

Permalink
website has now a dark design
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowman554 committed Sep 23, 2022
1 parent 60cb6e5 commit f11e3e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
pre {background: #e7e7e7; border: 1px solid #ddd; border-left: 3px solid #f36d33; color: #666; page-break-inside: avoid; font-family: monospace; font-size: 15px; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1em 1.5em; display: block; word-wrap: break-word}
code {background-color: #e7e7e7; padding-left: 4px; padding-right: 4px; font-family: monospace}
pre {background: #636363; border: 1px solid #e7e7e7; border-left: 3px solid #f36d33; color: #666; page-break-inside: avoid; font-family: monospace; font-size: 15px; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1em 1.5em; display: block; word-wrap: break-word}
code {background-color: #636363; padding-left: 4px; padding-right: 4px; font-family: monospace}

html, body {
font-family: 'Noto Sans JP',sans-serif;
font-size: 15px;
line-height: 1.5;
margin: 0;
background-color: #353535;
color: #e7e7e7;
}

h1 {font-size: 36px}
Expand All @@ -21,7 +23,7 @@ h1, h2, h3, h4, h5, h6 {
}

a {color: inherit}
hr {border: 0px; border-top: 1px solid #eeeeee; margin: 20px 0;}
hr {border: 0px; border-top: 1px solid #e7e7e7; margin: 20px 0;}

.hidden {
display: none;
Expand Down Expand Up @@ -124,7 +126,7 @@ hr {border: 0px; border-top: 1px solid #eeeeee; margin: 20px 0;}
}
.fox-ul li {
padding: 0px !important;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #e7e7e7;
}
.fox-ul li:last-child {
padding: 0px !important;
Expand Down

0 comments on commit f11e3e0

Please sign in to comment.