mirror of
https://github.com/maikka39/Personal-Website.git
synced 2026-09-27 20:46:25 +00:00
Update table styling
This commit is contained in:
@@ -367,4 +367,32 @@ svg {
|
||||
svg {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
padding: 10px 10px 10px 20px;
|
||||
border-radius: 8px;
|
||||
font-size: .95rem;
|
||||
overflow: auto;
|
||||
background: $light-background-secondary;
|
||||
|
||||
th {
|
||||
padding: 8px 0px;
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 6px 0px;
|
||||
|
||||
border-top: 1px solid $light-color-secondary;
|
||||
}
|
||||
|
||||
.dark-theme & {
|
||||
background: $dark-background-secondary;
|
||||
|
||||
td {
|
||||
border-top-color: $dark-color-secondary;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user