Browse Source

styling tweaks for dark theme, fixes #70

fix-133-memory-crash
Dan Janosik 6 years ago
parent
commit
1042d22cf0
  1. 4
      public/css/bootstrap-dark.css
  2. 2
      public/css/styling.css

4
public/css/bootstrap-dark.css

@ -73,7 +73,7 @@ body {
font-size: 0.875rem;
font-weight: 400;
line-height: 1.5;
color: #888;
color: #ccc;
text-align: left;
background-color: #060606;
}
@ -1724,7 +1724,7 @@ pre code {
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, 0.05);
background-color: rgba(125, 125, 125, 0.15) !important;
}
.table-hover tbody tr:hover {

2
public/css/styling.css

@ -249,5 +249,5 @@ footer a:hover {
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
background-color: #fbfbfb;
/*background-color: #fbfbfb;*/
}
Loading…
Cancel
Save