muh gradients

This commit is contained in:
Kristjan Komlosi
2019-09-23 18:22:00 +02:00
parent 21bfae9fbc
commit dbefb381df
6 changed files with 14 additions and 8 deletions

View File

@@ -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;
}