Changed background color

I added background color
This commit is contained in:
HirudiniUdugama 2018-10-11 12:10:28 +05:30 committed by GitHub
parent deeada8847
commit 8ea03c6693
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,8 @@
<link rel="stylesheet" href="assets/css.css"> <link rel="stylesheet" href="assets/css.css">
</head> </head>
<body> <body bgcolor="#E6E6FA">
<!-- Sidebar --> <!-- Sidebar -->
<nav> <nav>
<!-- Buttons for changing theme --> <!-- Buttons for changing theme -->
@ -45,4 +46,4 @@
<script type="text/javascript" src="assets/app.js"></script> <script type="text/javascript" src="assets/app.js"></script>
</body> </body>
</html> </html>