modified: html/style.css

modified:   index.sh
This commit is contained in:
root
2026-03-05 19:15:46 +01:00
parent 1bd6a2679b
commit b2338f3d60
2 changed files with 53 additions and 31 deletions
+6 -3
View File
@@ -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;
}
}