Skip to content

Commit

Permalink
hopefully fixing the tables (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna authored Sep 20, 2023
1 parent 73276c0 commit 0984999
Showing 1 changed file with 19 additions and 25 deletions.
44 changes: 19 additions & 25 deletions docs/_sass/color_schemes/vzbot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,26 @@ $light-grey-color: #2c2c2e;
$white-color: #f1f1f1;
$vzbot-red-color: #fe3d3d;

$body-background-color: $light-grey-color;
$sidebar-color: $dark-grey-color;
$border-color: #3c4043;

$body-text-color: #e6e1e8;
$body-heading-color: $vzbot-red-color;
$nav-child-link-color: $grey-dk-000;
$search-result-preview-color: $body-text-color;

$link-color: $vzbot-red-color;
$btn-primary-color: $blue-200;
$base-button-color: $light-grey-color;

$sidebar-color: $dark-grey-color;
$nav-child-link-color: $grey-dk-000;
$code-background-color: $light-grey-color;
$table-background-color: $dark-grey-color;

$search-result-preview-color: $body-text-color;
$search-background-color: $light-grey-color;
$table-background-color: $light-grey-color;

$border-color: #3c4043;
$link-color: $vzbot-red-color;
$feedback-color: darken($sidebar-color, 3%);

$body-text-color: #e6e1e8;
$body-heading-color: $vzbot-red-color;
$body-background-color: $light-grey-color;


.site-footer {
visibility: hidden;
}
Expand All @@ -45,16 +47,11 @@ td {
height: auto;
}

thead th {
background: #575555;
}

body {
font-family: Helvetica;
font-size: 13px;
}

img {
max-width: 100%;
border-radius: 0.15rem;
box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.3);

.small {
width: 65%;
}
Expand Down Expand Up @@ -85,11 +82,8 @@ img {
}

table {

.hidden,
table,
th,
td {
.hidden td, .hidden th, .hidden table
{
border-collapse: collapse;
border: none;
background: none;
Expand Down

0 comments on commit 0984999

Please sign in to comment.