diff --git a/res/forum/style.css b/res/forum/style.css index 0962ce3..03ddff8 100644 --- a/res/forum/style.css +++ b/res/forum/style.css @@ -76,9 +76,9 @@ body margin-left: 0.141vw; } -#upper_panel img:hover +#upper_panel img:hover, #close_btn:hover { - filter: invert(25%); + filter: invert(10%); } #panels @@ -297,7 +297,7 @@ body z-index: 9; position: absolute; - padding: 1%; + padding: 2.625vh; width: fit-content; height: fit-content; @@ -325,4 +325,17 @@ body max-height: 100%; object-fit: scale-down; +} + +#close_btn +{ + position: absolute; + top: 0; + right: 0; + height: 2vh; + padding: 0.25vh; + + border: 1px solid #3E392F; + border-right: none; + border-top: none; } \ No newline at end of file