summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorsyn <isaqtm@gmail.com>2020-02-18 23:52:43 +0300
committersyn <isaqtm@gmail.com>2020-02-18 23:52:43 +0300
commit823871c1480157529ae730d15fe0d0b93182a1e6 (patch)
tree07df8c9b8678f70b653ec236619a1c67c56c569e /style.css
parent130691ada3ff9d0c8e9fa4378ae461d66f66871d (diff)
downloadiro-823871c1480157529ae730d15fe0d0b93182a1e6.tar.gz
Add more links & adjust padding
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/style.css b/style.css
index 7c67dd2..43b54be 100644
--- a/style.css
+++ b/style.css
@@ -79,7 +79,7 @@ ul.dmcol {
color: #e8702a;
}
-ul.any {
+ul.calccol {
color: #ffbe4f;
}
@@ -94,7 +94,6 @@ li {
}
-
/*
Actual code
*/
@@ -119,6 +118,7 @@ a {
ul {
padding-left: 0;
+ margin-top: -15px;
}
li, a {
@@ -130,6 +130,10 @@ li, a {
transition: color 200ms;
}
+.hdr {
+ margin-top: 20px;
+}
+
a:hover, li {
color: inherit;
}
@@ -165,4 +169,5 @@ div {
display: inline-block;
padding-left: 2em;
padding-right: 2em;
+ padding-top: 30px;
}