Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
myogg committed Sep 28, 2024
1 parent 831a7ae commit 8d5daa9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ body {
}

a { color: #296bcc; text-decoration: none; }
a:link { color: #296bcc; text-decoration: none; }
a:visited { color: #296bcc; text-decoration: none; }
a:link { color: #241ff7; text-decoration: none; }
a:visited { color: #241ff7; text-decoration: none; }
a:hover { color: #296bcc; text-decoration: none; }
a:active { color: #296bcc; text-decoration: none; }

Expand Down Expand Up @@ -147,7 +147,7 @@ div#home {
}

.posts .index_more a {
color: #bdc84e;
color: #241ff7;
}

.posts {
Expand Down Expand Up @@ -178,7 +178,7 @@ div#home {
}

.posts a:hover {
color: #999;
color: #b660b5;
}


Expand Down Expand Up @@ -230,7 +230,7 @@ div#home {
}

.post a:hover {
border-bottom: 1px dashed #CC6212;
border-bottom: 1px dashed #b660b5;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
Expand Down Expand Up @@ -279,7 +279,7 @@ code {
font-size: .9em;
position: relative;
top: -1px;
color: #666;
color: #b660b5;
}

.post pre {
Expand Down Expand Up @@ -354,7 +354,7 @@ code {

.gzh-pic {
font-size: 13px;
color: #ccc;
color: #c9a84d;
}

/*
Expand Down

0 comments on commit 8d5daa9

Please sign in to comment.