1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

fix: 🐛 Unraid: fixed pre border color

This commit is contained in:
GilbN 2022-03-19 15:29:24 +01:00
parent 196d915032
commit c693647a3e

View File

@ -53,6 +53,10 @@ i.control:hover {
color: var(--link-color-hover);
}
pre {
border: 1px solid rgb(255 255 255 / 30%);
}
#template {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;