Skip to content

Commit

Permalink
Restore Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajangupta09 committed Apr 20, 2021
1 parent 0fd2fc5 commit 809acce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
Binary file removed Meet Bot.crx
Binary file not shown.
11 changes: 3 additions & 8 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
<style>
body{
min-width: 600px;
background-color : #202123;
color: #e57373;
}
.info {
font-size: 16px;
Expand Down Expand Up @@ -54,14 +52,11 @@
.closebtn:hover {
color: black;
}
label {
color : #e57373 !important;
}
</style>
</head>
<body>
<nav>
<div class="nav-wrapper red darken-1">
<div class="nav-wrapper cyan accent-4">
<img style="margin-left:30%" src="img/logo.png" height="60px">
<a href="#" class="brand-logo center center-align">G-Bot</a>
</div>
Expand Down Expand Up @@ -105,8 +100,8 @@
</div>
</div>
<div class="update"></div>
<a class="btn-floating btn-large waves-effect pulse waves-light btn-large red darken-1 right" id="add"><i class="material-icons">add</i></a>
<button class="btn waves-effect waves-light red darken-1 btn-large" type="submit" name="action" id="submitbtn">Submit<i class="material-icons right">send</i></button>
<a class="btn-floating btn-large waves-effect pulse waves-light btn-large cyan darken-4 right" id="add"><i class="material-icons">add</i></a>
<button class="btn waves-effect waves-light cyan darken-2 btn-large" type="submit" name="action" id="submitbtn">Submit<i class="material-icons right">send</i></button>
</form>

</div>
Expand Down

0 comments on commit 809acce

Please sign in to comment.