Skip to content

Commit

Permalink
Enhance dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 4, 2023
1 parent 5edf911 commit 10f89b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file removed docs/intro.jpg
Binary file not shown.
Binary file added docs/intro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
body {
font:12px/20px Verdana, Arial, Helvetica, sans-serif;
text-align:center;
padding: 0;
margin: 0;
}

img {
Expand All @@ -11,13 +13,12 @@ img {
text-align:left;
margin:0 auto;
width:75%;
background-color:#fff;
}

#top {
height:130px;
padding-bottom:1.0em;
background:#fff url('dayon.png') no-repeat left;
background:url('dayon.png') no-repeat left;
text-align:right;
}

Expand Down Expand Up @@ -47,7 +48,6 @@ img {

#content {
padding-top:1.0em;
background-color:#fff;
}

#content ul {
Expand Down Expand Up @@ -78,7 +78,7 @@ img {

#intro {
min-height:120px;
background:url('intro.jpg') no-repeat 5px 5px;
background:url('intro.png') no-repeat 5px 5px;
}

#intro p {
Expand Down

0 comments on commit 10f89b3

Please sign in to comment.