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

github.com/urjaacharya/redgood.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorUrja Acharya <urja.acharya@huskers.unl.edu>2020-05-26 00:17:25 +0300
committerUrja Acharya <urja.acharya@huskers.unl.edu>2020-05-26 00:17:25 +0300
commitf83b4b9dc8994aef1b57b6e41dcd233ee696fabc (patch)
treef6a9a5cdbdb13f27c60f2f9d06c249e7cb47df44 /static
parentc5d5e1baced29547068ad43ef631a90ffbd7edfe (diff)
decreased base font ans styles for social links
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css25
1 files changed, 13 insertions, 12 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 8fd8b7f..f9c31bc 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -9,7 +9,7 @@
--shadow: black;
}
html {
- font-size: 18px;
+ font-size: 16px;
overflow-y: scroll;
background-color: var(--bg);
box-sizing: border-box;
@@ -218,20 +218,21 @@ svg {
box-shadow: inset 0 0 2px var(--shadow);
transition: box-shadow 0.1s;
}
-.home-icon svg:hover {
- box-shadow: inset 0 0 6px var(--shadow);
-}
-.home-icon svg:active {
- box-shadow: inset 0 0 10px var(--shadow);
-}
.social-link {
color: var(--bg);
- margin-right: 0.25em;
- font-weight: 600;
+ padding: 0.15em 0.35em;
+ border-radius: 5px;
+ font-size: 0.9em;
+ font-weight: 300;
}
-.social-link::before {
- content: "@";
- font-family: "Inconsolata", monospace;
+.home-icon svg:hover,
+.social-link:hover {
+ box-shadow: inset 0 0 6px var(--shadow);
+ text-decoration: none;
+}
+.home-icon svg:active,
+.social-link:active {
+ box-shadow: inset 0 0 10px var(--shadow);
}
.archive-table {
width: 100%;