Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
Lightening background color of hidden talks
Browse files Browse the repository at this point in the history
  • Loading branch information
lannonbr committed Jun 4, 2016
1 parent 4b4521c commit 4f206e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions public/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ table {
color: #444;
font-size: 1.2em;
margin: 0 auto;
width: 80%;
width: 85%;
}

table thead th {
Expand Down Expand Up @@ -82,7 +82,7 @@ table .hides button {
}

table .hidden {
background-color: #888;
background-color: #ccc;
color: white;
}

Expand Down
2 changes: 1 addition & 1 deletion sass/colors.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$blue: #78909c;
$dark-blue: #6c828c;
$hidden-bg: #888;
$hidden-bg: #ccc;
$text-white: #e4e4e4;
2 changes: 1 addition & 1 deletion sass/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ table {
color: #444;
font-size: 1.2em;
margin: 0 auto;
width: 80%;
width: 85%;

thead {
th {
Expand Down

0 comments on commit 4f206e6

Please sign in to comment.