Added button styling to base.html

parent 69e3cd08
...@@ -24,6 +24,14 @@ ...@@ -24,6 +24,14 @@
a:active{ a:active{
color: #3c6b64; color: #3c6b64;
} }
button{
padding: 10px;
text-decoration: none;
border-radius: 25px;
background-color: #c1e3ed;
font-family: Century Gothic;
text-decoration: none;
}
</style> </style>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment