summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorConnor Frank <conjfrnk@gmail.com>2024-04-16 02:58:31 +0000
committerConnor Frank <conjfrnk@gmail.com>2024-04-16 02:58:31 +0000
commit44527a93f10919a02114b5c8dba3efe855de1153 (patch)
tree172fa44cda1d11ec63c56fc687c390ef9a82baf2 /style.css
parent521cc47c14ec2a500dd29cefe6133bcb837bf0e1 (diff)
colors
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 76b89a8..06d4796 100644
--- a/style.css
+++ b/style.css
@@ -73,7 +73,7 @@ h1 {
h2 {
font-weight: normal;
font-style: italic;
- color: #757575;
+ color: #385d24;
font-size: 18px;
padding: 0;
margin: 5px 0 10px 0;
@@ -105,7 +105,7 @@ hr {
.ico {
grid-column: span 1;
vertical-align: top;
- border-left: 2px solid #757575;
+ border-left: 2px solid #385d24;
position: relative;
}
.ico img {
@@ -130,7 +130,7 @@ hr {
width: 8px;
height: 8px;
border-radius: 10px;
- background-color: #757575;
+ background-color: #385d24;
border: 2px solid white;
}
.timespan {
@@ -138,7 +138,7 @@ hr {
font-size: 14px;
text-align: right;
padding-right: 5px;
- color: #757575;
+ color: #385d24;
}
.hassets {
position: relative;
@@ -161,8 +161,8 @@ hr {
.card {
grid-column: span 3;
vertical-align: top;
- background-color: #757575;
- border: 1px solid #757575;
+ background-color: #385d24;
+ border: 1px solid #385d24;
border-radius: 3px;
padding: 5px;
background-color: white;