summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-16 04:52:23 -0400
committerConnor Frank <conjfrnk@gmail.com>2024-04-16 04:53:25 -0400
commit6721bd58d7c3b79fba5b1fff1de323b1177dcede (patch)
treef6581693355dc5519b3d7f4de8598a76aa4dd8b0 /style.css
parent2cc4ec6dd14a299f0d077ca3c51fc71f00f2f108 (diff)
final formatting (for today)
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index ca2f022..f9f0173 100644
--- a/style.css
+++ b/style.css
@@ -44,7 +44,7 @@ a:hover {
}
#dhead {
- margin-top: 20px;
+ margin-top: 36px;
}
#dpic {
grid-column: span 6;
@@ -160,10 +160,10 @@ hr {
color: #00ffff;
}
.darkgroup {
- background-color: #657595;
- color: black;
+ background-color: #2f3441;
+ color: white;
a {
- color: #32CD32
+ color: #32cd32;
}
a:hover {
color: #ff6347;
@@ -173,10 +173,10 @@ hr {
color: white;
}
.ico {
- border-left: 2px solid #32CD32;
+ border-left: 2px solid #32cd32;
}
.entry-dot {
- background-color: #32CD32;
+ background-color: #32cd32;
}
.iico {
filter: invert(100%);