Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 138... Línea 138...
138
 
138
 
Línea 139... Línea 139...
139
// Reset
139
// Reset
140
 
140
 
-
 
141
.text-reset {
-
 
142
  color: inherit !important;
-
 
143
}
-
 
144
 
-
 
145
.text-light {
-
 
146
  color: $body-color-light!important;
-
 
147
 
-
 
148
  .theme-dark & {
141
.text-reset {
149
    color: $dm-body-color-light!important;
142
  color: inherit !important;
150
  }