mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
7 lines
156 B
CSS
7 lines
156 B
CSS
|
* {
|
||
|
border-bottom-color: rgb(255,0,255);
|
||
|
border-left-color: rgb(255,0,255);
|
||
|
border-right-color: rgb(255,0,255);
|
||
|
border-top-color: rgb(255,0,255);
|
||
|
}
|