aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2021-01-12 18:39:18 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2021-01-12 18:39:18 +0100
commitd798b903768c101d03312846bd99695b9dc55bac (patch)
tree4e62be6e867cbaad27c809eee40d021d85adcb39 /css/style.css
parentb518ab476341d2d3176d5624b1849dff0df35f32 (diff)
downloadtaamas.xyz-d798b903768c101d03312846bd99695b9dc55bac.tar.gz
taamas.xyz-d798b903768c101d03312846bd99695b9dc55bac.zip
New (blue) CSS.
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css21
1 files changed, 17 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 79d5f03..b87b4f2 100644
--- a/css/style.css
+++ b/css/style.css
@@ -1,5 +1,5 @@
body {
- background-color: #FAF4F4;
+ background-color: #17212B;
margin: 80px auto;
padding: 0 10%;
@@ -9,7 +9,15 @@ body {
text-align: left;
line-height: 1.5em;
font-size: 1.1em;
- color: #454545;
+ color: #A6B0B9;
+}
+
+a:link {
+ color:lightblue;
+}
+
+a:visited {
+ color: #D7B3FF;
}
h1 {
@@ -22,7 +30,8 @@ h1 {
}
h1, .navbar {
- background-color: #F8F8FF;
+ color: #CBD7E1;
+ background-color: #2B5278;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@@ -43,7 +52,7 @@ h1, .navbar {
.navbar li a {
display: block;
- color: black;
+ color: #CBD7E1;
padding: 10px 20px;
text-align: center;
text-decoration: none;
@@ -53,6 +62,10 @@ h1, .navbar {
background-color: #C8E8FF;
}
+.navbar li:hover a {
+ color: #17212B;
+}
+
p {
text-indent: 2em;
}