just a small fix to left align the content text
mtness touchup: glatzkoch.de by mtness
Details
Authormtness
LicenseNo License
Categoryhttps://glatzkoch.de/
Created
Updated
Size259 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name glatzkoch.de
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("glatzkoch.de") {
.entry * {
text-align: left;
}
}