mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
change color
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
:root {
|
||||
--grey: #f5f5f5;
|
||||
--text-color: #413e3e;
|
||||
--black: #000;
|
||||
--white: #fff;
|
||||
--new: rgb(82, 29, 79);
|
||||
@ -14,11 +15,13 @@
|
||||
body {
|
||||
font-family: var(--font-stack);
|
||||
line-height: 1.4rem;
|
||||
color: var(--text-color);
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--black);
|
||||
text-decoration: none;
|
||||
a {
|
||||
color: var(--text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover { color: var(--new) ;text-decoration:none; }
|
||||
|
||||
@ -121,12 +124,15 @@ pre code {
|
||||
}
|
||||
|
||||
/* ----------------------------------------footer----------------------------------------*/
|
||||
footer {
|
||||
footer{
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
border-top: 2px solid var(--new);
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: var(--new);
|
||||
font-weight: bold;
|
||||
}
|
||||
footer p {
|
||||
margin: 0;
|
||||
font-weight: lighter;
|
||||
@ -142,11 +148,9 @@ footer p {
|
||||
}
|
||||
#top h1 {
|
||||
font-size: 2.2rem;
|
||||
color: var(--new);
|
||||
}
|
||||
#top p {
|
||||
font-size: 1.1rem;
|
||||
color: var(--new);
|
||||
}
|
||||
#top button {
|
||||
margin-right: 15px;
|
||||
@ -169,7 +173,6 @@ footer p {
|
||||
}
|
||||
#Features article h3 {
|
||||
font-size: 1.3rem;
|
||||
color: var(--black);
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
@ -189,7 +192,6 @@ footer p {
|
||||
overflow: hidden;
|
||||
}
|
||||
#rnav li a {
|
||||
color: var(--black);
|
||||
display:block;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid #d8d8d8;
|
||||
|
Reference in New Issue
Block a user