remake #2
@ -5,6 +5,7 @@
|
|||||||
--overlay-color: #2f4f4fb8;
|
--overlay-color: #2f4f4fb8;
|
||||||
--main-text-color: azure;
|
--main-text-color: azure;
|
||||||
--link-color: cyan;
|
--link-color: cyan;
|
||||||
|
--link-visited-color: rgb(189, 0, 189);
|
||||||
}
|
}
|
||||||
/* FONTS */
|
/* FONTS */
|
||||||
@font-face {
|
@font-face {
|
||||||
@ -198,10 +199,20 @@ body {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
|
text-align: center;
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
font-family: oxygen, sans-serif;
|
font-family: oxygen, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.content a {
|
||||||
|
color: var(--link-color)
|
||||||
|
}
|
||||||
|
.content a:visited {
|
||||||
|
color: var(--link-color)
|
||||||
|
}
|
||||||
|
.content a:hover {
|
||||||
|
color: var(--link-visited-color)
|
||||||
|
}
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user