🚧 wip(css): change in style

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 13:58:00 +05:30
parent 170e34e7f6
commit 1aae6b0d81
5 changed files with 35 additions and 32 deletions

View File

@@ -44,8 +44,8 @@
.snippet-container {
background-color: #011221;
padding: 5px;
border-radius: 15px;
border: 1px solid #1E2D3D;
border-radius: 0px;
border: 1px solid #FF7F53;
font-size: 12px;
overflow-y: scroll;
overflow-x: scroll;
@@ -86,7 +86,7 @@ code.hljs{
}
#username:hover {
color: #5e6ef2;
color: #FF7F53;
}
/* #comment {