update
This commit is contained in:
parent
95da13e404
commit
440ab19e02
|
|
@ -16,10 +16,10 @@ $theme-red: #d20001;
|
|||
$theme-blue: #003d7e;
|
||||
|
||||
$theme-color-main: #333333;
|
||||
$theme-color-second:#4d85b5;
|
||||
$theme-color-second:#3b74a5;
|
||||
$theme-color-third: #023462;
|
||||
$theme-color-green: #32D9C3;
|
||||
$theme-color-hover:#4d85b5;
|
||||
$theme-color-hover:#3b74a5;
|
||||
|
||||
// Font stacks
|
||||
$main-font: "Noto Sans TC", sans-serif;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ ul.button-mid{
|
|||
}
|
||||
}
|
||||
.button-mid {
|
||||
z-index: 100;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
|
|
|
|||
|
|
@ -1790,7 +1790,7 @@ a.w-annc__a {
|
|||
position: relative;
|
||||
height: 32px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
color: #333;
|
||||
width: fit-content;
|
||||
&::before{
|
||||
content: '';
|
||||
|
|
@ -1873,7 +1873,7 @@ a.w-annc__a {
|
|||
position: relative;
|
||||
height: 32px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
color: #333;
|
||||
&::before{
|
||||
content: '';
|
||||
background: url(/assets/Group.png) no-repeat;
|
||||
|
|
@ -2766,7 +2766,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl
|
|||
position: relative;
|
||||
height: 32px;
|
||||
display: block;
|
||||
color: #fff;
|
||||
color: #333;
|
||||
width: fit-content;
|
||||
&::before{
|
||||
content: '';
|
||||
|
|
|
|||
Loading…
Reference in New Issue