diff --git a/src/app/archives/archives.component.html b/src/app/archives/archives.component.html index d22bd1e..0e450e5 100755 --- a/src/app/archives/archives.component.html +++ b/src/app/archives/archives.component.html @@ -1,12 +1,12 @@
Archives
-
Here you can find all the blog posts.
+
All blog posts, one place.
- +   - +
@@ -22,6 +22,6 @@
- +
\ No newline at end of file diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index e7b5a97..248e22b 100755 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -15,6 +15,6 @@
- +
\ No newline at end of file diff --git a/src/app/posts/posts.component.html b/src/app/posts/posts.component.html index 4dfc557..adeac22 100755 --- a/src/app/posts/posts.component.html +++ b/src/app/posts/posts.component.html @@ -44,14 +44,14 @@
- +
\ No newline at end of file diff --git a/src/app/posts/posts.component.scss b/src/app/posts/posts.component.scss index c7934fb..de9fc13 100755 --- a/src/app/posts/posts.component.scss +++ b/src/app/posts/posts.component.scss @@ -15,7 +15,8 @@ } .avatar img { - border: 1px solid black; + border: 3px solid #6100a2; + border-radius: 5px; max-width: 200px; max-height: 150px; display: block; diff --git a/src/shared/components/navigation/navigation.component.scss b/src/shared/components/navigation/navigation.component.scss index c89e9ab..eb9c121 100755 --- a/src/shared/components/navigation/navigation.component.scss +++ b/src/shared/components/navigation/navigation.component.scss @@ -72,5 +72,4 @@ .right-align { float: right !important; font-size: 8px !important; - font-family: 'pc98'; } diff --git a/src/shared/styles/buttons.scss b/src/shared/styles/buttons.scss index dee7c08..1fb2175 100755 --- a/src/shared/styles/buttons.scss +++ b/src/shared/styles/buttons.scss @@ -6,7 +6,7 @@ button { padding: 0.6rem; border: none; box-shadow: #000a 4px 4px; - font-family: 'pxplus_ibm_vga8regular'; + font-size: .8rem; } // Misc. @@ -18,7 +18,6 @@ button { .btn-primary { background-color: rgb(97, 0, 162); color: white; - font-size: 1rem; } .btn-primary:hover { @@ -29,7 +28,6 @@ button { .btn-secondary { background-color: #00d199; color: #444; - font-size: 1rem; } .btn-secondary:hover { @@ -40,7 +38,6 @@ button { .btn-tertiary { background-color: #17a2b8; color: white; - font-size: 1rem; } .btn-tertiary:hover { @@ -51,9 +48,18 @@ button { .btn-action { background-color: #00905e; color: white; - font-size: 1rem; } .btn-action:hover { box-shadow: 0px 0px 7px #00905e; } + +// Action +.btn-bad-action { + background-color: #cf2200; + color: white; +} + +.btn-bad-action:hover { + box-shadow: 0px 0px 7px #cf2200; +} diff --git a/src/shared/styles/cards.scss b/src/shared/styles/cards.scss index cba0507..be3f235 100755 --- a/src/shared/styles/cards.scss +++ b/src/shared/styles/cards.scss @@ -16,13 +16,11 @@ text-decoration: none; font-size: 1.5rem; font-weight: 500; - font-family: 'pc98'; } .timestamp { color: #b5b5b5; font-size: 12px; - font-family: 'pc98'; } .card-body { diff --git a/src/shared/styles/fonts/PC_9800.woff b/src/shared/styles/fonts/PC_9800.woff deleted file mode 100755 index 56e81e3..0000000 Binary files a/src/shared/styles/fonts/PC_9800.woff and /dev/null differ diff --git a/src/shared/styles/fonts/PC_9800.woff2 b/src/shared/styles/fonts/PC_9800.woff2 deleted file mode 100755 index 4e20666..0000000 Binary files a/src/shared/styles/fonts/PC_9800.woff2 and /dev/null differ diff --git a/src/shared/styles/fonts/PxPlus_IBM_VGA8.ttf b/src/shared/styles/fonts/PxPlus_IBM_VGA8.ttf deleted file mode 100755 index 0368d2b..0000000 Binary files a/src/shared/styles/fonts/PxPlus_IBM_VGA8.ttf and /dev/null differ diff --git a/src/shared/styles/fonts/PxPlus_IBM_VGA8.woff b/src/shared/styles/fonts/PxPlus_IBM_VGA8.woff deleted file mode 100755 index 7c76ac8..0000000 Binary files a/src/shared/styles/fonts/PxPlus_IBM_VGA8.woff and /dev/null differ diff --git a/src/shared/styles/fonts/pc-9800.ttf b/src/shared/styles/fonts/pc-9800.ttf deleted file mode 100755 index a74b1e2..0000000 Binary files a/src/shared/styles/fonts/pc-9800.ttf and /dev/null differ diff --git a/src/shared/styles/inputs.scss b/src/shared/styles/inputs.scss index 5b08c47..153d940 100755 --- a/src/shared/styles/inputs.scss +++ b/src/shared/styles/inputs.scss @@ -13,5 +13,4 @@ input[type="text"] { color: white; font-size: 15px; box-shadow: #000a 4px 4px; - font-family: 'pxplus_ibm_vga8regular'; } diff --git a/src/styles.scss b/src/styles.scss index e7956de..492f66f 100755 --- a/src/styles.scss +++ b/src/styles.scss @@ -6,26 +6,10 @@ @import "./shared/styles/placard.scss"; @import "./shared/styles/utils.scss"; -// Global -@font-face { - font-family: "pxplus_ibm_vga8regular"; - src: url("./shared/styles/fonts/PxPlus_IBM_VGA8.woff") format("woff"), - url("./shared/styles/fonts//PxPlus_IBM_VGA8.ttf") format("truetype"); - font-weight: normal; -} -@font-face { - font-family: "pc98"; - src: url("./shared/styles/fonts/PC_9800.woff2") format("woff2"), - url("./shared/styles/fonts/PC_9800.woff") format("woff"), - url("./shared/styles/fonts/pc-9800.ttf") format("truetype"); - font-weight: normal; - font-style: normal; -} - // Body body { line-height: 1.2; - font-family: "pxplus_ibm_vga8regular"; + font-family: monospace; margin-left: 0.5em; margin-right: 0.5em; background-color: #444;