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