Add GitHub-styled alerts
This commit is contained in:
@ -8,17 +8,17 @@
|
||||
--fg-muted-4: rgba(0, 0, 0, 0.5);
|
||||
--fg-muted-5: rgba(0, 0, 0, 0.6);
|
||||
--nav-bg: rgba(242, 242, 242, 0.7);
|
||||
--blue-bg: rgba(53, 132, 228, 0.1);
|
||||
--blue-fg: rgb(53, 132, 228);
|
||||
--green-bg: rgba(38, 162, 105, 0.1);
|
||||
--green-fg: rgb(38, 162, 105);
|
||||
--purple-bg: rgba(145, 65, 172, 0.1);
|
||||
--purple-fg: rgb(145, 65, 172);
|
||||
--red-bg: rgba(224, 27, 36, 0.1);
|
||||
--red-fg: rgb(224, 27, 36);
|
||||
--yellow-bg: rgba(156, 110, 3, 0.1);
|
||||
--yellow-fg: rgb(156, 110, 3);
|
||||
--boosts-bg: rgba(145, 65, 172, 0.1);
|
||||
--boosts-fg: rgb(145, 65, 172);
|
||||
--faves-bg: rgba(229, 165, 10, 0.1);
|
||||
--faves-fg: rgb(229, 165, 10);
|
||||
--star-featured: rgba(229, 165, 10, 0.15);
|
||||
--star-featured: rgba(156, 110, 3, 0.15);
|
||||
|
||||
// VARIABLES
|
||||
--active: 0.9;
|
||||
@ -61,17 +61,17 @@
|
||||
--fg-muted-4: rgba(255, 255, 255, 0.5);
|
||||
--fg-muted-5: rgba(255, 255, 255, 0.6);
|
||||
--nav-bg: rgba(25, 25, 25, 0.7);
|
||||
--blue-bg: rgba(153, 193, 241, 0.1);
|
||||
--blue-fg: rgb(153, 193, 241);
|
||||
--green-bg: rgba(143, 240, 164, 0.1);
|
||||
--green-fg: rgb(143, 240, 164);
|
||||
--purple-bg: rgba(220, 138, 221, 0.1);
|
||||
--purple-fg: rgb(220, 138, 221);
|
||||
--red-bg: rgba(226, 97, 81, 0.1);
|
||||
--red-fg: rgb(246, 97, 81);
|
||||
--yellow-bg: rgba(248, 228, 92, 0.1);
|
||||
--yellow-fg: rgb(248, 228, 92);
|
||||
--boosts-bg: rgba(220, 138, 221, 0.1);
|
||||
--boosts-fg: rgb(220, 138, 221);
|
||||
--faves-bg: rgba(249, 240, 107, 0.1);
|
||||
--faves-fg: rgb(249, 240, 107);
|
||||
--star-featured: rgba(249, 240, 107, 0.05);
|
||||
--star-featured: rgba(248, 228, 92, 0.05);
|
||||
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
Reference in New Issue
Block a user