Skip to content

Commit

Permalink
feat: fix weird titlebar on chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamyukii committed Sep 28, 2024
1 parent 78671f2 commit 8751e7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system_files/kinoite/etc/skel/.config/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import 'colors.css';

Check notice on line 1 in system_files/kinoite/etc/skel/.config/gtk-3.0/gtk.css

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

system_files/kinoite/etc/skel/.config/gtk-3.0/gtk.css#L1

Expected "'colors.css'" to be "url('colors.css')" (import-notation)
@import 'window_decorations.css';

Check notice on line 2 in system_files/kinoite/etc/skel/.config/gtk-3.0/gtk.css

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

system_files/kinoite/etc/skel/.config/gtk-3.0/gtk.css#L2

Expected "'window_decorations.css'" to be "url('window_decorations.css')" (import-notation)

0 comments on commit 8751e7c

Please sign in to comment.