aboutsummaryrefslogtreecommitdiff
path: root/theme/custom/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/custom/custom.css')
-rwxr-xr-xtheme/custom/custom.css84
1 files changed, 8 insertions, 76 deletions
diff --git a/theme/custom/custom.css b/theme/custom/custom.css
index db4e5f5..c0df719 100755
--- a/theme/custom/custom.css
+++ b/theme/custom/custom.css
@@ -4,15 +4,8 @@ html[data-theme="dark"] {
--side-background-color: #222;
--border-color: #4c566a;
--link-color: #88c0d0;
-}
+ --link-hover-color: #d8dee9;
-html[data-theme="dark"] main article h1, main article h2 {
- color: #5e81ac;
-}
-
-html[data-theme="dark"] main article a:hover {
- background-color:#5e81ac;
- color:#fff;
}
html[data-theme="light"] {
@@ -21,8 +14,14 @@ html[data-theme="light"] {
--side-background-color: #2e3440;
--border-color: #eee;
--link-color: #5e81ac;
+ --link-hover-color: #5e81ac;
}
+main article h1, main article h2 {
+ color: #5e81ac;
+}
+
+
body {
color: var(--main-text-color);
background-color: var(--main-background-color);
@@ -49,19 +48,13 @@ a.btn:hover,
color:#fff;
}
a:hover {
- color: #5e81ac;
+ color: var(--link-hover-color);
text-decoration:underline
}
aside a:hover {
color:#d8dee9;
text-decoration:none;
}
-
-
-aside a:hover {
- color:#d8dee9;
- text-decoration:none;
-}
hr {
background-color: var(--border-color);
}
@@ -77,45 +70,12 @@ div.related-posts {
main nav {
border-bottom: 1px solid #d8dee9;
}
-ul.social a.sc-facebook {
- background-color:#3e5b98
-}
-ul.social a.sc-google {
- background-color:#d93e2d
-}
-ul.social a.sc-instagram {
- background-color:#125688
-}
-ul.social a.sc-keybase {
- background-color:#4c8dff
-}
-ul.social a.sc-pinterest {
- background-color:#c92619
-}
-ul.social a.sc-linkedin {
- background-color:#3371b7
-}
ul.social a.sc-medium {
background-color:#00ab6b
}
ul.social a.sc-rss {
background-color:#f26109
}
-ul.social a.sc-stack-overflow {
- background-color:#f90
-}
-ul.social a.sc-tumblr {
- background-color:#36465d
-}
-ul.social a.sc-twitch {
- background-color:#a970ff
-}
-ul.social a.sc-twitter {
- background-color:#4da7de
-}
-ul.social a.sc-youtube {
- background-color:#e02a20
-}
ul.social a.sc-github,
ul.social a.sc-github-alt {
background-color:#111010
@@ -123,34 +83,6 @@ ul.social a.sc-github-alt {
ul.social a.sc-envelope {
background-color:#578ad6
}
-ul.social a.sc-reddit {
- background-color:#ff4500
-}
-ul.social a.sc-soundcloud {
- background-color:#f50
-}
-ul.social a.sc-gitlab {
- background-color:#fca326
-}
-ul.social a.sc-xing {
- background-color:#007575
-}
-ul.social a.sc-bitbucket {
- background-color:#0747a6
-}
-ul.social a.sc-mastodon {
- background-color:#3088d4
-}
-ul.social a.sc-diaspora {
- color:#000;
- background-color:#d5d5d5
-}
-ul.social a.sc-flickr {
- background-color:#ff0084
-}
-ul.social a.sc-lastfm {
- background-color:#d92323
-}
main article table {
width: 100%;
}