mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 08:15:37 +00:00
Adds ability for user to add custom nav bar links plus UI improvments
This commit is contained in:
@@ -66,6 +66,7 @@ button.save-button {
|
||||
&:hover {
|
||||
background: var(--config-settings-background);
|
||||
color: var(--config-settings-color);
|
||||
border-color: var(--config-settings-color);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,4 +83,8 @@ button.save-button {
|
||||
.jsoneditor-poweredBy {
|
||||
display: none;
|
||||
}
|
||||
.jsoneditor-tree, pre.jsoneditor-preview {
|
||||
background: #fff;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user