Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Mar 10, 2024
1 parent 13876ee commit 92cd293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 85 deletions.
8 changes: 0 additions & 8 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,6 @@ html.dark-theme .sidebar-links a:hover svg {
padding: 1.5rem 2rem;
}

#modal-versions .colset .col-right {
background: #e5ebeb;
}

html.dark-theme #modal-versions .colset .col-right {
background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1023.5px) {
#modal-versions .colset {
display: block;
Expand Down
76 changes: 0 additions & 76 deletions src/css/vahera.old/vahera-footer.css

This file was deleted.

5 changes: 4 additions & 1 deletion src/css/vahera/vahera-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ mark {
/* Use horizonal scrolling for large tables */

.doc table.tableblock {
display: block;
width: 100%;
overflow-x: auto;
overflow-y: hidden;
Expand Down Expand Up @@ -309,3 +308,7 @@ mark {
.admonitionblock.latest {
padding: 1.5rem 1rem 0;
}

.doc table.tableblock.no-hover tbody tr:hover {
background: transparent !important;
}

0 comments on commit 92cd293

Please sign in to comment.