1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-30 21:30:14 +02:00

refactor/fix (#3924)

This commit is contained in:
Dag
2024-01-25 13:03:00 +01:00
committed by GitHub
parent 06b299e627
commit 9574c17ddc
9 changed files with 153 additions and 178 deletions

View File

@@ -281,16 +281,6 @@ p.maintainer {
text-align: right;
}
.secure-warning {
background-color: #ffc600;
color: #5f5f5f;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
border-radius: 2px;
border: 1px solid transparent;
width: 80%;
margin: auto auto 6px;
}
.error strong {
display: inline-block;
width: 100px;
@@ -395,11 +385,6 @@ button {
}
} /* @supports (display: grid) */
.secure-warning {
width: 100%;
}
}
/* Dark theme */