From e0cf57de2e9647da7d1edea70655039aa1cb4793 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 3 Dec 2019 13:53:27 -0600 Subject: [PATCH] Fix

font size --- CHANGELOG.md | 3 +++ README.md | 2 +- src/index.css | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67240ec..49e570f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 1.1.2 +* Style changes + ## 1.1.1 * \#43: Support for remote UNIX mounts * Improved mount state detection diff --git a/README.md b/README.md index d4b2bae..27a3f05 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open) ## Remote Mount -This feature allows you to share your mount with other PC's. +This feature allows you to share your mounts with other PC's and mount them remotely. ### Enabling Remote Mount for Sharing [Watch Demo](src/assets/images/Enable_Remote_Mount.gif) ### Connecting to a Remote Mount diff --git a/src/index.css b/src/index.css index 7bf278e..ce1f473 100644 --- a/src/index.css +++ b/src/index.css @@ -44,8 +44,8 @@ p { padding: 0; margin: 0; color: var(--text_color); - font-size: medium; - font-weight: bold; + font-size: var(--default_font_size); + font-weight: normal; text-align: center; }