color change
authorArt Cancro <ajc@citadel.org>
Mon, 27 Mar 2023 21:42:39 +0000 (17:42 -0400)
committerArt Cancro <ajc@citadel.org>
Mon, 27 Mar 2023 21:42:39 +0000 (17:42 -0400)
webcit-ng/static/css/webcit.css

index 8395a94a5d5d73a1e8ccb298d547a4895cad4217..aa9ef894af6475bfee6b183db1696c7f653cc7a2 100644 (file)
@@ -171,7 +171,7 @@ html,body,h1,h2,h3,h4,h5 {
 }
 
 .ctdl-forum-reading-pane {
-       background-color: DarkSlateGrey;        /* Background behind the message boxes */
+       background-color: White;        /* Background behind the message boxes */
 }
 
 .ctdl-fmsg-wrapper {                           /* message wrapper for forum view */
@@ -180,6 +180,9 @@ html,body,h1,h2,h3,h4,h5 {
        background-color: White;
        margin: 1vw;
        padding: 5px;                           /* inside the box */
+       border-radius: 10px;
+       border-style: outset;
+       border-width: thin;
 }
 
 .ctdl-mmsg-wrapper {                           /* message wrapper for mailbox view */
@@ -381,10 +384,11 @@ blockquote pre {
        overflow: hidden;
        border-radius: 10px;
        border-style: outset;
+       border-width: thin;
        background-color: White;
        padding: 0.3vw;
        margin-top: 0;
-       margin-bottom: 0.25vw;
+       margin-bottom: 0.1vw;
        margin-left: 1vw;
        margin-right: 1vw;
 }