style globaux

This commit is contained in:
armansansd 2021-08-28 19:53:24 +02:00
parent 26ac7e57a0
commit e6a8417b37
3 changed files with 9 additions and 3 deletions

View File

@ -1194,9 +1194,12 @@ a {
.ext {
display: none; }
strong {
strong, b {
font-weight: 600; }
i, em {
font-style: italic; }
iframe {
display: none; }

File diff suppressed because one or more lines are too long

View File

@ -90,9 +90,12 @@ a{
.ext{
display: none;
}
strong{
strong, b{
font-weight: 600;
}
i, em{
font-style: italic;
}
//TEMP
iframe{