aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-02-26 16:46:44 -0500
committerAlee <Alee14498@gmail.com>2019-02-26 16:46:44 -0500
commita7d50afa3a5c7c28bcf343fa0e01be93c9ec6510 (patch)
treee52c280c76bd32bb4d846219284978593fee535f /style.css
parentd7d0a80845005c570e3ec8b79ad1a60d451b8f15 (diff)
downloadMelreum-Theme-master.tar.gz
Melreum-Theme-master.tar.bz2
Melreum-Theme-master.zip
Name changeHEADmaster
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/style.css b/style.css
index 0128cb7..b80a92b 100644
--- a/style.css
+++ b/style.css
@@ -15,9 +15,21 @@
limitations under the License.
*/
body {
- font-family: Arial, Helvetica, sans-serif;
+ font-family: 'Play', sans-serif;
padding: 0;
margin: 0;
background: #333;
color: white
}
+
+button {
+ background-color: #4CAF50;
+ font-family: 'Play', sans-serif;
+ border: none;
+ color: white;
+ padding: 15px 32px;
+ text-align: center;
+ text-decoration: none;
+ display: inline-block;
+ font-size: 16px;
+ } \ No newline at end of file