mirror of
https://github.com/gra0007/obsidian-css-inlay-colors.git
synced 2026-07-22 05:18:59 +00:00
15 lines
412 B
CSS
15 lines
412 B
CSS
/*
|
|
This file contains some custom palettes for the CSS Inlay plugin.
|
|
Feel free to edit this file after downloading to your snippets folder.
|
|
|
|
aci: AutoCAD Color Index
|
|
as: Australian Color Standard (AS 2700)
|
|
bs: British Standard Colors (BS 381, BS 4800)
|
|
fs: Federal Standard (FS 595C, ANA)
|
|
pantone: Pantone
|
|
ral: RAL Colors (Classic, Design, Effect, Plastics)
|
|
*/
|
|
|
|
.css-color-inlay {
|
|
&.aci-0 { color: #000000; }
|
|
}
|