Skip to content

Commit

Permalink
dark mode 🌚
Browse files Browse the repository at this point in the history
  • Loading branch information
graymalkin committed Sep 27, 2023
1 parent 1220bf4 commit 53a5f65
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions themes/TinkerSoc/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ body {
margin: 0;
min-height: 100%;
font-family: 'Noto Serif', serif;
background-color: #333;
color: white;
}

a:visited, a:active, a {
color: inherit;
}

iframe:not(#fb_like_button) {
Expand All @@ -33,7 +39,7 @@ iframe:not(#fb_like_button) {

nav {
width: 100%;
background-color: #333;
background-color: #2d2d2d;
color: #fff;
}

Expand Down Expand Up @@ -186,7 +192,7 @@ nav ul * svg {
nav .sub {
display: none;
position: absolute;
background-color: #333;
background-color: #2d2d2d;
min-width: 160px;
z-index: 1;
margin-left: 0em;
Expand Down Expand Up @@ -262,7 +268,7 @@ nav ul * svg {
}

li.sub-menu.active {
background-color: #333;
background-color: #2d2d2d;
}

.sub {
Expand All @@ -271,7 +277,7 @@ nav ul * svg {
}

.sub-menu:hover {
background-color: #333;
background-color: #2d2d2d;
}

.sub-menu ul li {
Expand Down Expand Up @@ -334,7 +340,7 @@ article h4, article h5, article h6 {
}

h1 a:visited, h1 a:active h1 , h1 a {
color: #000;
color: inherit;
text-decoration: none;
font-size: 150%;
}
Expand Down Expand Up @@ -363,7 +369,7 @@ figure figcaption {
bottom: 0;
left: 0;
right: 0;
background: #333;
background: #2d2d2d;
text-align: center;
color: #fff;
padding: 10px;
Expand Down

0 comments on commit 53a5f65

Please sign in to comment.