Skip to content

Commit

Permalink
updated css color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tektaxi authored and psvenk committed Dec 9, 2020
1 parent 0138d15 commit dc0d5ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion public/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ noscript p {
--gray2: #666666;
--gray3: #333;

--transparent-gray: rgba(255, 255, 255, 0.3);

--black: #000000;
--transparent-black: rgba(0, 0, 0, 0.6);

--blue: #2196F3;

Expand Down Expand Up @@ -311,7 +314,7 @@ button {

/* Style the tab content */
.tabcontent {
background: rgba(255, 255, 255, 0.3);
background: var(--transparent-gray);
display: none;
padding: 6px 12px;
border: 1px solid var(--gray);
Expand Down

0 comments on commit dc0d5ca

Please sign in to comment.