mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-07 00:56:34 +02:00
refactor: extract frontpage to template (#3130)
Also introduce usage of Response object
This commit is contained in:
@@ -78,12 +78,12 @@ header > div.logo {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
header > section.warning {
|
||||
section.warning {
|
||||
background-color: #ffc600;
|
||||
color: #5f5f5f;
|
||||
}
|
||||
|
||||
header > section.critical-warning {
|
||||
section.critical-warning {
|
||||
background-color: #cf3e3e;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
|
Reference in New Issue
Block a user