mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Added CSS --border-color for better styling
This commit is contained in:
parent
a0d62079eb
commit
b28d818c86
7 changed files with 11 additions and 11 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
.tab-content {
|
||||
grid-column-end: 5;
|
||||
border: 1px solid #ddd;
|
||||
border: 1px solid var(--border-color, #ddd);
|
||||
padding: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue