Change CSS
This commit is contained in:
parent
7b5b1d7b70
commit
0fe635b827
1 changed files with 5 additions and 1 deletions
|
@ -123,7 +123,11 @@ img.simple {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
strong {
|
||||||
|
background-color: rgb(12, 144, 110);
|
||||||
|
color: #fff;
|
||||||
|
padding: 0.20rem 0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* UTILS
|
* UTILS
|
||||||
|
|
Loading…
Reference in a new issue