Update krane.css

This commit is contained in:
konamicode
2025-01-26 23:16:22 -05:00
committed by GitHub
parent b7e43d3725
commit fa3b68c708
+2 -2
View File
@@ -87,7 +87,7 @@
padding-right: 5px; padding-right: 5px;
} }
.posttext { .posttext {
width: 400px; width: 350px;
height: 20px; height: 20px;
border: 1px solid #363636; border: 1px solid #363636;
background-color:#111; background-color:#111;
@@ -103,7 +103,7 @@
} }
.postarea { .postarea {
width: 400px; width: 400px;
height: 48px; height: 100px;
border: 1px solid #363636; border: 1px solid #363636;
background-color:#111; background-color:#111;
color:#ddd; color:#ddd;