summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index 67613e9..2df04f1 100644
--- a/style.css
+++ b/style.css
@@ -68,7 +68,7 @@ h1 {
h2 {
font-weight: normal;
font-style: italic;
- color: #999;
+ color: #757575;
font-size: 18px;
padding: 0;
margin: 5px 0 10px 0;
@@ -100,7 +100,7 @@ hr {
.ico {
grid-column: span 1;
vertical-align: top;
- border-left: 2px solid #cfcfcf;
+ border-left: 2px solid #757575;
position: relative;
}
.ico img {
@@ -125,7 +125,7 @@ hr {
width: 8px;
height: 8px;
border-radius: 10px;
- background-color: #cfcfcf;
+ background-color: #757575;
border: 2px solid white;
}
.timespan {
@@ -133,7 +133,7 @@ hr {
font-size: 14px;
text-align: right;
padding-right: 5px;
- color: #bbb;
+ color: #757575;
}
.hassets {
position: relative;
@@ -156,8 +156,8 @@ hr {
.card {
grid-column: span 3;
vertical-align: top;
- background-color: #eee;
- border: 1px solid #ddd;
+ background-color: #757575;
+ border: 1px solid #757575;
border-radius: 3px;
padding: 5px;
background-color: white;