mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 12:45:18 +02:00
🚧 wip(css): change in style
Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
|
@@ -38,9 +38,9 @@ const { project, key, index } = defineProps(['project', 'key', 'index'])
|
||||
}
|
||||
|
||||
#project-card {
|
||||
border: 1px solid #1E2D3D;
|
||||
border: 1px solid #FF7F53;
|
||||
background-color: #011221;
|
||||
border-radius: 15px;
|
||||
border-radius: 1px;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user