From a6efe8f06f4d53400a81e161b2f55b6ebe7ea567 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Fri, 17 May 2024 23:58:49 +0800 Subject: [PATCH] add welcome page styles --- styles/fonts/hello.css | 3 +++ styles/hello.css | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 styles/fonts/hello.css create mode 100644 styles/hello.css diff --git a/styles/fonts/hello.css b/styles/fonts/hello.css new file mode 100644 index 0000000..d1eea47 --- /dev/null +++ b/styles/fonts/hello.css @@ -0,0 +1,3 @@ +[for="extension_description"] { + font-weight: bold; +} \ No newline at end of file diff --git a/styles/hello.css b/styles/hello.css new file mode 100644 index 0000000..dacd60c --- /dev/null +++ b/styles/hello.css @@ -0,0 +1,3 @@ +/*@import url("/styles/layouts/hello.css"); +@import url("/styles/colors/hello.css");*/ +@import url("/styles/fonts/hello.css"); \ No newline at end of file