mirror of
https://git.gay/DeltaStudio/PufokReactApp.git
synced 2025-07-18 13:52:25 +07:00
Compare commits
No commits in common. "484a3c7453e85da6289533dfa77a30eaa1a112fb" and "44c412e25bd3cdaa5a1f821c8a18ded72e74e7b4" have entirely different histories.
484a3c7453
...
44c412e25b
24
src/App.css
24
src/App.css
@ -1,6 +1,6 @@
|
|||||||
:root {
|
:root {
|
||||||
--main-accent-color: #f5844f;
|
--link-color: rgb(245, 132, 79);
|
||||||
--link-hover-color: #ee7f4b;
|
--link-hover-color: rgb(238, 127, 75);
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -55,18 +55,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar a {
|
.navbar a {
|
||||||
color: var(--main-accent-color);
|
color: var(--link-color); /* Цвет ссылок */
|
||||||
|
text-decoration: none; /* Убираем подчёркивание */
|
||||||
display: inline-flex;
|
|
||||||
align-items: center;
|
|
||||||
text-decoration: none;
|
|
||||||
color: #efc3ea;
|
|
||||||
gap: 0.5rem;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
border-radius: 8px;
|
|
||||||
background-color: var(--main-accent-color);
|
|
||||||
padding: 0.5rem 1rem;
|
|
||||||
position: relative;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar a:hover {
|
.navbar a:hover {
|
||||||
@ -77,7 +67,7 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
/* background: #18161f; */
|
/* background: #18161f; */
|
||||||
color: #ee7f4b;
|
color: rgb(238, 127, 75);
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -212,7 +202,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.webring-ring h2 a {
|
.webring-ring h2 a {
|
||||||
color: var(--main-accent-color);
|
color: var(--link-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -230,7 +220,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.webring-links a {
|
.webring-links a {
|
||||||
color: var(--main-accent-color);
|
color: var(--link-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
transition: color 0.3s ease;
|
transition: color 0.3s ease;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user