styles.css

Aus Infopedia
Wechseln zu:Navigation, Suche
Zeile 8: Zeile 8:
 
}
 
}
 
.randnotiz .wichtig {
 
.randnotiz .wichtig {
   background-color: red;
+
   background-color: red !important;
 +
  color: red !important;
 
}
 
}
 
}
 
}

Version vom 17. November 2020, 15:51 Uhr


/* Desktop */
@media screen and (min-width: 1550px) {
.randnotiz {
  position: absolute;
  right: -200px;
  width: 250px;
}
.randnotiz .wichtig {
  background-color: red !important;
  color: red !important;
}
}