mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 16:46:56 -04:00
forgot to parameterize the timestamp color
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
--link-color:#4282b4;
|
||||
--visited-color:#4282b4;
|
||||
--hover-color:#4282b4;
|
||||
--timestamp-color:#aaaaaa;
|
||||
--hival-color:#aa4444;
|
||||
--loval-color:#4444aa;
|
||||
--ok-color:#44aa44;
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
font-size: 100%;
|
||||
}
|
||||
#statistics_widget .timestamp {
|
||||
color: #aaaaaa;
|
||||
color: var(--timestamp-color);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user