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
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-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%;