Skip to content

Commit

Permalink
update present page table style
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 6, 2023
1 parent eeb9a43 commit 06186a8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions present/template/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ input::placeholder{
table{
border-collapse:collapse
}
tbody td {
padding-top: 5px;
padding-bottom: 5px;
overflow-x: scroll;
}

tbody tr:nth-child(even) {
background-color: #edf2f7;
}

h1,h2,h3,h4,h5,h6{
font-size:inherit;
font-weight:inherit
Expand All @@ -106,6 +116,7 @@ input{
}
code,pre{
font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
overflow-x: scroll;
}
.container{
width:100%
Expand Down

0 comments on commit 06186a8

Please sign in to comment.