diff --git a/.drone.yml b/.drone.yml index 89a344e..a7c9feb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,6 +19,8 @@ steps: remote: gitea@gitea.rknet.org:xoxys/theme-geeklab.git commit: true force: false + author_name: DroneShipper + author_email: shipper@rknet.org environment: GIT_PUSH_COMMIT_MESSAGE: "[SKIP CI] Update artifacts" DRONE_COMMIT_AUTHOR: DroneShipper diff --git a/src/css/_style.css b/src/css/_style.css index 75b4131..2dd5ce2 100644 --- a/src/css/_style.css +++ b/src/css/_style.css @@ -34,6 +34,10 @@ html{ box-sizing: inherit; } +.test{ + color: red; +} + /* Global Helper Classes */