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

github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2020-05-04 06:42:20 +0300
committerDarshan Baral <darshanbaral@gmail.com>2020-05-04 06:42:20 +0300
commit64a5766979272f2c6fb1e6c85699249721df4b6c (patch)
tree34298afe2f7ff6b91638d11bf01de8fbc7eefefe /static
parenta27b50dad325744dc1d4de876f8d82a1727ebc21 (diff)
Fixed icons hover background color
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css26
1 files changed, 20 insertions, 6 deletions
diff --git a/static/css/main.css b/static/css/main.css
index a2117ee..c909a70 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -70,15 +70,19 @@ h6 {
}
h1 {
- font-size: 2.2em;
+ font-size: 1.8em;
}
h2 {
- font-size: 1.8em;
+ font-size: 1.6em;
}
h3 {
- font-size: 1.5em;
+ font-size: 1.4em;
+}
+
+h4 {
+ font-size: 1.2em;
}
a {
@@ -136,23 +140,33 @@ tbody {
padding: 12px;
}
+.social-icons > a {
+ border-radius: 50%;
+ margin: 0 5px;
+ display: flex;
+}
+
.hamburger:hover,
.cross:hover,
-.social-icons:hover {
+.social-icon:hover {
background-color: var(--bgLighter);
}
+.sharing-icon {
+ border-radius: 50%;
+ margin: 0 5px 0 0;
+}
+
.sharing-icon > i {
display: inline-flex;
border-radius: 50%;
padding: 12px;
font-size: 1.2em;
- margin: 0 5px;
}
.sharing-icon > i:hover {
background-color: var(--bgLighter);
- color: var(--primaryColor);
+ color: var(--textColor);
}
.slide-menu {