Testing problematic code section
Test Style for Table Header by Eichgatzl
Details
AuthorEichgatzl
LicenseNo License
Categoryhttps://v2.horsereality.com/
Created
Updated
Size591 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 Test Style for Table Header
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Testing problematic code section
@author Eichgatzl
==/UserStyle== */
@-moz-document domain("example.com") {
:root {
--main-font: 'Arial', sans-serif; /* Beispiel für die Definition der Variable */
}
.component.table .table thead th {
font-size: 13px;
font-weight: 800;
border-radius: 4px;
font-family: var(--main-font);
color: #000;
background-color: #7f7f7fbf;
}
}