Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/scss
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2020-02-29 18:36:57 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2020-02-29 18:36:57 +0300
commit201c6f2d7a723b17a8bab2309932a420e3c94397 (patch)
tree85f16de4b142fa026bfd8fea044e826f2f0f5235 /src/scss
parentaa19c1befd5d5cca49483049f1c6af7fb56e9a3c (diff)
Added theme preview window
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/scss')
-rw-r--r--src/scss/preview.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scss/preview.scss b/src/scss/preview.scss
new file mode 100644
index 0000000..9b7c637
--- /dev/null
+++ b/src/scss/preview.scss
@@ -0,0 +1,4 @@
+body {
+ font-family : Ubuntu, Verdana, sans-serif;
+ font-size : 11pt;
+} \ No newline at end of file