iridium.css 212 B

123456789101112131415
  1. GtkSourceView {
  2. font-family: "Fira Mono", monospace;
  3. font-size: 1.05em;
  4. }
  5. GtkEntry {
  6. border: none;
  7. background: none;
  8. font-size: x-large;
  9. font-weight: bold;
  10. }
  11. GtkPaned {
  12. background-color: white;
  13. }