Merge branch 'main' into dev
This commit is contained in:
@@ -46,6 +46,11 @@ textarea{
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
tr:hover{
|
||||
background: darkred;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: red;
|
||||
color: black;
|
||||
|
||||
@@ -45,6 +45,11 @@ textarea{
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
tr:hover{
|
||||
background: orange;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: black;
|
||||
}
|
||||
|
||||
@@ -41,6 +41,10 @@ textarea{
|
||||
background-color: lightcyan;;
|
||||
}
|
||||
|
||||
tr:hover{
|
||||
background: #afffff;
|
||||
}
|
||||
|
||||
.archive{
|
||||
background: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user