Skip to content

Commit

Permalink
title colors updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shree5k committed Jan 11, 2025
1 parent f3b2c10 commit f2be45a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--primary-text-color: rgb(255, 255, 255, 30%);
--secondary-text-color: rgb(255, 255, 255, 48%);
--tertiary-text-color: rgb(255, 255, 255, 72%);
--primary-text-color: #DBE6D6;
--secondary-text-color: rgb(255, 255, 255, 64%);
--tertiary-text-color: #DBE6D6;
--tertiary-2-text-color: rgb(255, 255, 255, 0%);
}
body {
Expand All @@ -25,6 +25,7 @@ body {
#page-title {
font-size: 1.2em;
font-weight: 300;
font-style: italic;
color: var(--primary-text-color);
}
.topic-item {
Expand Down

0 comments on commit f2be45a

Please sign in to comment.