css update
This commit is contained in:
parent
d8478368e0
commit
5805c690d1
1 changed files with 16 additions and 0 deletions
|
@ -499,8 +499,24 @@ footer {
|
||||||
@media(prefers-color-scheme: dark) {
|
@media(prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #4e4560;
|
background-color: #4e4560;
|
||||||
|
background: linear-gradient(to bottom, #454860, #4e4560 );
|
||||||
/* color: #f9e7e9; */
|
/* color: #f9e7e9; */
|
||||||
|
color: #f9e7e9;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/* pink gradient text */
|
||||||
|
p {
|
||||||
|
background: linear-gradient(120deg, #f9e7e9, #ffb9d4, #fc94bc, #f4bdff 100%);
|
||||||
|
background-clip: text;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
strong, b {
|
||||||
|
background: linear-gradient(90deg, #fb6ca3, #fb9bbf, #f97bac 100%);
|
||||||
|
/* display: block; */
|
||||||
|
padding: 0.1rem;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Custom Icons */
|
/* Custom Icons */
|
||||||
|
|
Loading…
Reference in a new issue