1
0
Fork 0

yeag i kinda like lavender

This commit is contained in:
amy 2025-05-10 23:08:11 +03:30
parent 2310ba837a
commit 59f1d1a4d7
No known key found for this signature in database

View file

@ -14,11 +14,11 @@
/* browsers agreeing on stuff challenge (impossible) */ /* browsers agreeing on stuff challenge (impossible) */
background-color: #121212; background-color: #121212;
overflow-x: hidden; overflow-x: hidden;
color: #ffc8dd; color: lavender;
} }
.footer a { .footer a {
color: #cdb4db; color: thistle;
} }
.footer { .footer {
@ -36,7 +36,7 @@
.musicbutton { .musicbutton {
background-color: #272525; background-color: #272525;
color: pink; color: lavender;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
@ -56,7 +56,7 @@
.fakemusicbutton { .fakemusicbutton {
background-color: #272525; background-color: #272525;
color: pink; color: lavender;
font-family: Roboto, sans-serif; font-family: Roboto, sans-serif;
font-weight: 500; font-weight: 500;
font-size: 14px; font-size: 14px;
@ -187,7 +187,7 @@
.cardchild a { .cardchild a {
font-size: 1.5em; font-size: 1.5em;
text-align: center; text-align: center;
color: pink; color: thistle;
text-decoration: underline; text-decoration: underline;
margin-bottom: 0%; margin-bottom: 0%;
transition: opacity 1s ease; transition: opacity 1s ease;
@ -345,7 +345,7 @@
.header h1 { .header h1 {
font-size: 3.6em; font-size: 3.6em;
color: blanchedalmond; color: lavender;
display: inline-table; display: inline-table;
} }