Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-03-26 16:00:31 +0300
committerdataCobra <datacobra@thinkbot.de>2021-03-26 16:00:31 +0300
commitd453d77010769bab705272583160f5ec45c6df39 (patch)
tree130e152749558f142279400892833f2683975926
parentbd1ff2367733f8029b59df0e175d2659a31920a2 (diff)
Fix options in main.ccs
-rw-r--r--static/css/main.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/static/css/main.css b/static/css/main.css
index f086c4e..e139b7d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -66,14 +66,13 @@ footer {
font-family: "Roboto Slab Regular", serif;
text-align: right;
font-size: 0.75em;
- color: #999;
border-top: 1px solid #eee;
margin-top: 10px;
padding: 5px 0;
}
footer a {
- color: #555;
+ color: #777;
}
footer a:hover {
@@ -262,10 +261,6 @@ table th {
margin: 0 10px 0 0;
}
-#social li:last-child {
- margin: 0;
-}
-
#mainmenu nav {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;