Skip to content

Commit

Permalink
Made all CSS colors run on a coherent set of vars again
Browse files Browse the repository at this point in the history
  • Loading branch information
NatVIII committed Jul 3, 2024
1 parent d91f8ba commit a195a0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
--text-opp: #3c3836; /*GruvBox Dark #237*/
--text-faded: #a89984; /*GruvBox Dark #246*/
--text-linked: #fbf1c7; /*GruvBox Dark #229*/
--text-black: #1d2021; /*GruvBox Dark #234*/
--text-white: #fbf1c7; /*GruvBox Dark #229*/
--rip-red: #cc241d; /*GruvBox Dark #124*/
--rip-orange: #d65d0e; /*GruvBox Dark #166*/
--rip-yellow: #d79921; /*GruvBox Dark #172*/
Expand Down
2 changes: 2 additions & 0 deletions public/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
--text-opp: #fff;
--text-faded: #aaa;
--text-linked: #4a1424;
--text-black: #000;
--text-white: #fff;
--rip-red: #fb4934;
--rip-orange: #fe8019;
--rip-yellow: #fabd2f;
Expand Down
4 changes: 2 additions & 2 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ div.fc-scrollgrid-sync-inner:not(.fc-daygrid-day-frame) {
.motd {
font-size: min(1.2em);
text-align: center;
color: #fdfdfd;
background-color: #da1100;
color: var(--text-white);
background-color: var(--rip-red);
padding-left:10%;
padding-right:10%;
border-radius: 0.1vw;;
Expand Down

1 comment on commit a195a0e

@vercel
Copy link

@vercel vercel bot commented on a195a0e Jul 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rva-rip – ./

rva-rip-git-main-my-team-66f1c945.vercel.app
www.rva.rip
rva.rip
rva-rip-my-team-66f1c945.vercel.app

Please sign in to comment.