More actions
Content deleted Content added
Gpe changed the content model of the page Template:Note/styles.css from "CSS" to "Sanitized CSS" Tag: content model change |
// via Wikitext Extension for VSCode |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.note { |
.note { |
||
border-radius: var( --border-radius-- |
border-radius: var( --border-radius--small ); |
||
} |
} |
||
.design-note { |
.design-note { |
||
background-color: # |
background-color: #f6d32d1A; |
||
} |
} |