Updated riso.app with Site Configuration Parameter

This commit is contained in:
Surya Paolo
2022-11-29 00:16:25 +01:00
parent 58dc1dfdcc
commit 9d32f92589
107 changed files with 738 additions and 1851 deletions

View File

@@ -22,7 +22,6 @@ $graytext: #555;
}
.flex-container {
background-color: #ccc;
padding: 10px;
display: flex;
flex-direction: row;
@@ -33,12 +32,12 @@ $graytext: #555;
background-color: #9f9f9f;
padding: 10px;
margin: 10px;
color: #fff;
// color: #fff;
font-size: 1rem;
}
.cal {
color: black;
// color: black;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.25rem;
@@ -118,14 +117,12 @@ $graytext: #555;
}
.listaev {
color: black;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.25rem;
letter-spacing: 0.03333em;
&__date {
color: #061220;
font-size: 1rem;
}
@@ -139,6 +136,10 @@ $graytext: #555;
color: black;
}
&__details_darktheme {
color: white;
}
&__tdimg {
width: 150px;
height: 150px;
@@ -164,7 +165,7 @@ $graytext: #555;
}
&__table tr:hover {
background-color: #deecef;
// background-color: #deecef;
}
&__align_center_mobile {
@@ -287,7 +288,7 @@ $graytext: #555;
}
.mysel {
color: white;
color: skyblue;
}
.myflex {