Factorise la palette du thème par défaut
This commit is contained in:
@@ -8,20 +8,20 @@ body>footer {
|
||||
border-radius: 2rem 2rem 0 0;
|
||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
|
||||
text-align: center;
|
||||
color: #d0d0d0;
|
||||
color: var(--text-dim);
|
||||
border-top: 2px solid rgba(255, 255, 255, 0.2);
|
||||
|
||||
p {
|
||||
font-size: 0.85rem;
|
||||
color: #999;
|
||||
color: var(--text-muted2);
|
||||
margin-top: 1rem;
|
||||
text-align: center;
|
||||
|
||||
a {
|
||||
color: #8ab4f8;
|
||||
color: var(--link-blue);
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
color: var(--text-white);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -30,14 +30,14 @@ body>footer {
|
||||
margin-bottom: 1.5rem;
|
||||
|
||||
a {
|
||||
color: #8ab4f8;
|
||||
color: var(--link-blue);
|
||||
text-decoration: none;
|
||||
font-weight: 600;
|
||||
transition: color 0.3s ease-in-out, background 0.2s;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
color: var(--text-white);
|
||||
background: rgba(138, 180, 248, 0.2);
|
||||
border-radius: 3px;
|
||||
}
|
||||
@@ -70,7 +70,7 @@ body>footer {
|
||||
li {
|
||||
padding: 0.2rem 0;
|
||||
font-size: 0.9rem;
|
||||
color: #b0b0b0;
|
||||
color: var(--footer-text-muted);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -83,4 +83,4 @@ body>footer {
|
||||
border-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user