alphapapa / alphapapa/solarized-everything-css

more aggressive styles?

Aperta
#45 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
CSS
Stelle
293
Fork
42
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hello and thank you for this project,

I found many pages resistant to the styles here, including common ones served from google and reddit. A few days ago I added more aggressive selectors to the darcula stylesheet and they vastly improved the effectiveness of the styles.

For example, these styles are at the top of the darcula css file I am using (reddit pages look outstanding with these),
```css
html {
background-color: #262626 !important;
}
html body,
html div,
html div * {
background-color: #262626 !important;
color: #909396 !important;
text-shadow:none !important;
}
html body div * {
border-color: #909396 !important;
text-shadow:none !important;
}
html body div a {
text-shadow:none !important;
color: #ce4139 !important;
}
html body div a:visited {
color: #b68800 !important;
}
html body input,
html body textarea {
background-color: #2e2e2e !important;
color: #909396 !important;
}
```

I recommend using 'stronger' names in the stylesheets here.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.