Skip to content

Commit f329deb

Browse files
committed
Fixed couple of sonarqube reported bugs
1 parent 79c22a1 commit f329deb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<title>A vue js based resume with vuetify and firesbase</title>
45
<meta charset="utf-8">
56
<meta http-equiv="X-UA-Compatible" content="IE=edge">
67
<meta name="viewport" content="width=device-width,initial-scale=1.0">

public/styles/main.css

-3
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,6 @@
953953
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
954954
border-color: #fdf59a #fdf59a #fbed50;
955955
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
956-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
957956
color: #000;
958957
}
959958

@@ -1018,7 +1017,6 @@
10181017
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
10191018
border-color: #f3e97a #f3e97a #edde34;
10201019
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1021-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
10221020
border-radius: 0;
10231021
}
10241022

@@ -1067,7 +1065,6 @@
10671065
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
10681066
border-color: #808080 #808080 #595959;
10691067
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1070-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
10711068
color: #fff;
10721069
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
10731070
}

0 commit comments

Comments
 (0)