Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ html {
--secondary: rgb(220, 222, 255);
--accent: rgb(240, 211, 247);
--text-accent: #b010d8;
--text-accent-dark-background: #ea97ff;
}

a:hover * {
Expand Down Expand Up @@ -426,7 +427,7 @@ table.darkTable {

.api-test form input::placeholder {
font-size: 1.5rem;
color: #afafaf;
color: #585858;
font-weight: 600;
}

Expand Down Expand Up @@ -540,7 +541,7 @@ footer img {
}

footer a {
color: var(--text-accent)
color: var(--text-accent-dark-background)
}

hr {
Expand Down Expand Up @@ -1472,4 +1473,4 @@ table.darkTable td, table.darkTable th {
width: 80%;
}

} /* End of Small (most) phone screens - 320px */
} /* End of Small (most) phone screens - 320px */