mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-06 05:16:35 -06:00
card styling
This commit is contained in:
@@ -57,3 +57,15 @@ html, body {
|
|||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card {
|
||||||
|
background-color: #0a556d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-header {
|
||||||
|
background-color: #17a0cd;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-header-title {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user