muh gradients
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
body {
|
||||
background: rgb(2,0,36);
|
||||
background: linear-gradient(138deg, rgba(2,0,36,1) 0%, rgba(5,5,209,1) 51%, rgba(0,212,255,1) 100%);
|
||||
color: white;
|
||||
}
|
||||
#A {
|
||||
background-color: #7e00db;
|
||||
color: white;
|
||||
@@ -53,4 +58,7 @@
|
||||
#U {
|
||||
background-color: #8d0000;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.table-secondary {
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user