Compare commits

2 Commits
Author SHA1 Message Date
fr a95f13943f CSS formatted
Build and Deploy Zola Website / build_and_deploy (push) Successful in 16s
Build Zola Website / build (pull_request) Successful in 23s
2024-10-14 17:15:08 +02:00
fr 7f23f234cd Changed ancher color 2024-10-14 17:13:49 +02:00
5 changed files with 33 additions and 27 deletions
+2 -3
View File
@@ -7,10 +7,9 @@
margin-top: .5rem;
margin-bottom: .5rem;
}
p {
text-align: justify;
}
}
+17 -17
View File
@@ -19,24 +19,24 @@
}
}
code {
font-size: 1rem;
code {
font-size: 1rem;
}
ul {
list-style: none;
padding-left: 0;
li {
position: relative;
padding-left: 1rem;
}
ul {
list-style: none;
padding-left: 0;
li {
position: relative;
padding-left: 1rem;
}
li::before {
content: '';
position: absolute;
left: 0;
color:white;
}
li::before {
content: '';
position: absolute;
left: 0;
color:white;
}
}
+4
View File
@@ -22,4 +22,8 @@
}
}
a {
color: var(--color);
}
}
+9 -7
View File
@@ -50,11 +50,18 @@ nav {
color: var(--color);
font-size: 1.3rem;
}
a {
color: var(--color);
}
}
a {
color: lightblue;
cursor: pointer;
text-decoration: underline;
}
a { color: var(--color); }
a:visited { color: var(--color); }
a:hover { color: var(--a-hover); }
@media (min-width: 400px) {
@@ -64,11 +71,6 @@ a:hover { color: var(--a-hover); }
}
}
/*
.content {
padding: 2rem 1rem;
}
*/
footer {
display: flex;
width: 100vw;
+1
View File
@@ -12,3 +12,4 @@
--color: var(--c-white);
--background: var(--c-gray);
}