Skip to content

Commit 246113d

Browse files
CSS Changes
1 parent 83ff88f commit 246113d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "auto-clicker",
3-
"productName": "auto-clicker",
3+
"productName": "Auto Clicker",
44
"version": "1.0.0",
5-
"description": "My Electron application description",
5+
"description": "Effortlessly automate mouse clicks with the convenience of saving profiles.",
66
"main": "src/index.js",
77
"scripts": {
88
"start": "electron-forge start",

src/index.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,15 @@ select {
124124
}
125125

126126
.profiles-button {
127-
margin-right: 5px;
127+
margin: 0px 5px;
128128
padding: 12px 0px;
129129
}
130130

131+
.profiles-button:hover {
132+
background-color: #7C90DB;
133+
color: black;
134+
}
135+
131136
.selected-profile-div {
132137
display: grid;
133138
grid-template-columns: 1fr;
@@ -223,10 +228,11 @@ p {
223228
padding: 20px 0px;
224229
border-style: none;
225230
color: black;
231+
font-weight: 600;
226232
}
227233

228234
.input-button:hover{
229-
background-color: #889ADE;
235+
background-color: #94a6e7;
230236
}
231237

232238
.project-button {

0 commit comments

Comments
 (0)