armansansd 2 anni fa
parent
commit
e6a8417b37

+ 4 - 1
web/themes/custom/popsu/css/styles.css

@@ -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 it is too large
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 4 - 1
web/themes/custom/popsu/sass/setup/_globals.scss

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

Some files were not shown because too many files changed in this diff