🎨 Minor UI styling

This commit is contained in:
Liyas Thomas
2020-01-27 23:28:07 +05:30
parent 870484d06a
commit f93fc4cf62
2 changed files with 14 additions and 12 deletions

View File

@@ -259,6 +259,10 @@ h4 {
font-weight: 700;
}
hr {
border-bottom: 1px dashed var(--brd-color);
}
.tooltip {
$bgcolor: var(--tt-color);
$fgcolor: var(--fg-color);