51 lines
782 B
CSS
51 lines
782 B
CSS
/* --- This file has been auto-generated. For permanent changes alter the appropriate block in the README.org. --- */
|
|
@import "~/.config/shared/Colors.css";
|
|
|
|
/*
|
|
@define-color blue #89b4fa;
|
|
@define-color green #a6e3a1;
|
|
*/
|
|
|
|
window {
|
|
margin: 5px;
|
|
border: 2px solid red;
|
|
background-color: red;
|
|
}
|
|
|
|
#input {
|
|
margin: 5px;
|
|
border: 2px solid blue;
|
|
background-color: blue;
|
|
}
|
|
|
|
#inner-box {
|
|
margin: 5px;
|
|
border: 2px solid yellow;
|
|
background-color: yellow;
|
|
}
|
|
|
|
#outer-box {
|
|
margin: 5px;
|
|
border: 2px solid green;
|
|
background-color: green;
|
|
}
|
|
|
|
#scroll {
|
|
margin: 5px;
|
|
border: 2px solid orange;
|
|
background-color: orange;
|
|
}
|
|
|
|
#text {
|
|
margin: 5px;
|
|
border: 2px solid cyan;
|
|
background-color: cyan;
|
|
}
|
|
|
|
#entry:selected {
|
|
background-color: rgba(0,0,0,0);
|
|
}
|
|
#text:selected {
|
|
background-color: red;
|
|
}
|