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

github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2020-11-08 14:18:41 +0300
committerSebastian Pech <windows@spech.de>2020-11-08 14:18:41 +0300
commit18d3bf40cbcd90400ae310a06fd4a16c6327124d (patch)
tree36009314bc144bc066eb483b2d16b07ab84f3fae
parent2e555e28975c15e903989df6ef70e3d0e225f464 (diff)
style
-rw-r--r--assets/css/main.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
index 56fd80b..c9fe046 100644
--- a/assets/css/main.css
+++ b/assets/css/main.css
@@ -94,8 +94,14 @@ h2 {
text-transform: uppercase;
}
-a {
+a, a:link, a:active {
color: #2E74B5;
+ text-decoration: none;
+}
+
+a:hover {
+ color: #2E74B5;
+ text-decoration: underline;
}
body.dark-theme a {
@@ -107,6 +113,10 @@ img {
object-fit: cover;
}
+footer {
+ margin-top: 2rem;
+}
+
/*******************************************************************************
* Navigaton
******************************************************************************/
@@ -123,7 +133,7 @@ nav ul {
padding: 0;
}
-nav ul li a {
+nav ul li a, nav ul li a:link, nav ul li a:hover, nav ul li a:active {
display: block;
padding: 0.5rem 1rem;
color: #2E74B5;
@@ -132,7 +142,7 @@ nav ul li a {
nav ul li:hover {
background: #ffffff;
- transition: all 400ms ease-in-out;
+ transition: all 200ms ease-in-out;
}
body.dark-theme nav ul li:hover {
@@ -167,6 +177,7 @@ body.dark-theme nav ul li.active {
background: #ffffff;
border: 1px solid #2E74B5;
font-size: 1.5rem;
+ color: #2E74B5;
text-decoration: none;
margin: 4px;
}