Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
T1Il committed Aug 24, 2023
1 parent a19e8c5 commit bab6ef0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ body {
display: flex;
padding: 20px;
color: #e3eaf7;
background-color: #36393f;
width: 50%;
border: 5px solid #0e53dd;
}

.user-reason {
Expand Down Expand Up @@ -100,6 +100,7 @@ body {
min-width: 1000px;
width: 70%;
max-width: 1200px;
border: 5px solid #0e53dd;
}

.box-title {
Expand Down
5 changes: 5 additions & 0 deletions case.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ function getContrastColor($hexColor)
color: <?php echo getContrastColor($contrast_color); ?>
}

.user-info-box,
.big-box {
border-color: <?php echo '#' . $accent_color; ?>;
}

</style>

</head>
Expand Down

0 comments on commit bab6ef0

Please sign in to comment.