diff --git a/.gitignore b/.gitignore index 6d9f7d9..8782032 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ *.sig pkg/ -src/ ### JetBrains template # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio diff --git a/src/lightdm-webkit2-greeter-application.css b/src/lightdm-webkit2-greeter-application.css new file mode 100644 index 0000000..9ad6d22 --- /dev/null +++ b/src/lightdm-webkit2-greeter-application.css @@ -0,0 +1,3 @@ +GtkWindow { + background: #000000; +} \ No newline at end of file