mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
29559deeeb
alpha() is deprecated, replace it with a relative color.
12 lines
197 B
CSS
12 lines
197 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
window {
|
|
color: color(from currentColor srgb r g b / 0);
|
|
/* So we draw something */
|
|
border: 1px solid rebeccapurple;
|
|
}
|
|
|
|
#reference {
|
|
color: transparent;
|
|
}
|