diff options
author | Frederick Muriuki Muriithi | 2023-11-17 11:31:17 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-17 11:31:17 +0300 |
commit | 8c6fffb7914d32df513939f05e6258dd4e6a81ad (patch) | |
tree | 560d510608020b3bc87ca8e35e3a115fce6fd701 /gn_auth | |
parent | 4516090deba092335afe193d94157d3e81bb9536 (diff) | |
download | gn-auth-8c6fffb7914d32df513939f05e6258dd4e6a81ad.tar.gz |
Add styles.
Diffstat (limited to 'gn_auth')
-rw-r--r-- | gn_auth/static/css/styles.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gn_auth/static/css/styles.css b/gn_auth/static/css/styles.css new file mode 100644 index 0000000..692c43d --- /dev/null +++ b/gn_auth/static/css/styles.css @@ -0,0 +1,16 @@ +h1 { + color: white; + background: #369; + text-align: center; + padding: 0.1em 0 0.1em 0; +} + +.btn { + text-transform: capitalize; +} + +table thead th, table tfoot th { + border-right: 1px solid white; + color: white; + background: #369; +} |