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

github.com/aanupam23/hugo-sugoi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-05-24 14:42:53 +0300
committeraanupam23 <11939280+aanupam23@users.noreply.github.com>2020-05-24 14:42:53 +0300
commit540f5cfd590bd0392c9c11c05633ddee13ff203a (patch)
tree531cfd496d223ac3a8941bb177e8ae3bef104bbd
parent40b5bcfb0c1a9120e47b786b3f8bd6b3f63ec664 (diff)
Updated link style and removed underlines
-rw-r--r--static/css/custom.css49
1 files changed, 31 insertions, 18 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 96c9657..8c8346e 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,3 +1,13 @@
+a {
+ color: #111;
+ text-decoration: none;
+ font-weight: 500;
+}
+
+a:hover {
+ color: #0FA0CE;
+}
+
.toggle,
input[id="drop"] {
display: none;
@@ -228,14 +238,16 @@ nav ul li>a:only-child::after {
@media (min-width: 400px) {
.main {
width: 85%;
- padding: 0; }
+ padding: 0;
+ }
}
@media (min-width: 550px) {
.main {
margin-top: -100px;
- width: 80%; }
+ width: 80%;
}
+}
.section {
@@ -248,25 +260,26 @@ nav ul li>a:only-child::after {
}
.hero {
- background: #222;
- background-size: 100%;
- background-repeat: no-repeat;
- height: 100px;
- color: #eeeeee;
- display: flex;
- justify-content: center;
- text-align: center;
- }
- @media (min-width: 550px) {
- .hero {
- height: 150px;
+ background: #222;
+ background-size: 100%;
+ background-repeat: no-repeat;
+ height: 100px;
+ color: #eeeeee;
+ display: flex;
+ justify-content: center;
+ text-align: center;
+}
+
+@media (min-width: 550px) {
+ .hero {
+ height: 150px;
- }
}
+}
- .row.content {
- padding: 30px;
- margin-top: -70px;
+.row.content {
+ padding: 30px;
+ margin-top: -70px;
}
@media (min-width: 550px) {