modified: html/style.css
modified: index.sh
This commit is contained in:
+6
-3
@@ -187,6 +187,7 @@ body {
|
||||
|
||||
.cat {
|
||||
font-size: 15px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.data {
|
||||
@@ -198,13 +199,16 @@ body {
|
||||
color: white;
|
||||
border-bottom: 1px solid #248bcc;
|
||||
border-left: 1px solid #248bcc;
|
||||
border-radius: 25px;
|
||||
border-radius: 25px 0px 25px 25px;
|
||||
}
|
||||
|
||||
.plot {
|
||||
background-repeat: no-repeat;
|
||||
background-size: 102% 100%;
|
||||
background-position: -2px 0px;
|
||||
background-image:
|
||||
linear-gradient(to right, rgba(0,0,0,0) 0%, #101010 39%);
|
||||
linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0));
|
||||
}
|
||||
|
||||
|
||||
@@ -235,7 +239,7 @@ body {
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
flex-shrink: 0;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
@@ -399,4 +403,3 @@ body {
|
||||
width: 100%;
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user