Merge pull request #474 from SamR1/update-links-style
Improve links display
This commit is contained in:
		
							
								
								
									
										4
									
								
								fittrackee/dist/index.html
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								fittrackee/dist/index.html
									
									
									
									
										vendored
									
									
								
							@@ -7,11 +7,11 @@
 | 
				
			|||||||
    <link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
 | 
					    <link rel="stylesheet" href="/static/css/fork-awesome.min.css"/>
 | 
				
			||||||
    <link rel="stylesheet" href="/static/css/leaflet.css"/>
 | 
					    <link rel="stylesheet" href="/static/css/leaflet.css"/>
 | 
				
			||||||
    <title>FitTrackee</title>
 | 
					    <title>FitTrackee</title>
 | 
				
			||||||
    <script type="module" crossorigin src="/static/index-VyQ6GUuN.js"></script>
 | 
					    <script type="module" crossorigin src="/static/index-qKztzqj3.js"></script>
 | 
				
			||||||
    <link rel="modulepreload" crossorigin href="/static/charts-_RwsDDkL.js">
 | 
					    <link rel="modulepreload" crossorigin href="/static/charts-_RwsDDkL.js">
 | 
				
			||||||
    <link rel="modulepreload" crossorigin href="/static/maps-ZyuCPqes.js">
 | 
					    <link rel="modulepreload" crossorigin href="/static/maps-ZyuCPqes.js">
 | 
				
			||||||
    <link rel="stylesheet" crossorigin href="/static/css/maps-B7qTrBCW.css">
 | 
					    <link rel="stylesheet" crossorigin href="/static/css/maps-B7qTrBCW.css">
 | 
				
			||||||
    <link rel="stylesheet" crossorigin href="/static/css/index-USPMbwcT.css">
 | 
					    <link rel="stylesheet" crossorigin href="/static/css/index-c_c6nkZl.css">
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
  <body>
 | 
					  <body>
 | 
				
			||||||
    <div id="app"></div>
 | 
					    <div id="app"></div>
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										1
									
								
								fittrackee/dist/static/css/index-c_c6nkZl.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								fittrackee/dist/static/css/index-c_c6nkZl.css
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -81,6 +81,10 @@
 | 
				
			|||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
    font-size: 0.9em;
 | 
					    font-size: 0.9em;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    a {
 | 
				
			||||||
 | 
					      text-decoration: none;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .pagination {
 | 
					    .pagination {
 | 
				
			||||||
      display: flex;
 | 
					      display: flex;
 | 
				
			||||||
      padding-left: 0;
 | 
					      padding-left: 0;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -51,10 +51,6 @@
 | 
				
			|||||||
    color: var(--footer-color);
 | 
					    color: var(--footer-color);
 | 
				
			||||||
    font-size: 0.9em;
 | 
					    font-size: 0.9em;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    a {
 | 
					 | 
				
			||||||
      text-decoration: none;
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    .footer-items {
 | 
					    .footer-items {
 | 
				
			||||||
      display: flex;
 | 
					      display: flex;
 | 
				
			||||||
      flex-wrap: wrap;
 | 
					      flex-wrap: wrap;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -200,6 +200,10 @@
 | 
				
			|||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    padding: 15px 10px;
 | 
					    padding: 15px 10px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    a {
 | 
				
			||||||
 | 
					      text-decoration: none;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .nav-container {
 | 
					    .nav-container {
 | 
				
			||||||
      display: flex;
 | 
					      display: flex;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -216,6 +216,7 @@
 | 
				
			|||||||
          .workout-user-name {
 | 
					          .workout-user-name {
 | 
				
			||||||
            white-space: nowrap;
 | 
					            white-space: nowrap;
 | 
				
			||||||
            padding-left: 5px;
 | 
					            padding-left: 5px;
 | 
				
			||||||
 | 
					            text-decoration: none;
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        .workout-date {
 | 
					        .workout-date {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,12 @@ body {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
a {
 | 
					a {
 | 
				
			||||||
  color: var(--app-a-color);
 | 
					  color: var(--app-a-color);
 | 
				
			||||||
  text-decoration: none;
 | 
					  text-decoration-color: var(--app-a-text-decoration-color);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  &:hover,
 | 
				
			||||||
 | 
					  &:focus {
 | 
				
			||||||
 | 
					    text-decoration-color: var(--app-a-color);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
img {
 | 
					img {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,6 +6,7 @@
 | 
				
			|||||||
  --app-color: var(--light-grey);
 | 
					  --app-color: var(--light-grey);
 | 
				
			||||||
  --app-color-light: #6f7070;
 | 
					  --app-color-light: #6f7070;
 | 
				
			||||||
  --app-a-color: var(--light-grey);
 | 
					  --app-a-color: var(--light-grey);
 | 
				
			||||||
 | 
					  --app-a-text-decoration-color: #494949;
 | 
				
			||||||
  --app-shadow-color: #383d3f;
 | 
					  --app-shadow-color: #383d3f;
 | 
				
			||||||
  --app-loading-color: #f3f3f3;
 | 
					  --app-loading-color: #f3f3f3;
 | 
				
			||||||
  --app-loading-top-color: var(--app-color);
 | 
					  --app-loading-top-color: var(--app-color);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,6 +3,7 @@
 | 
				
			|||||||
  --app-color: #2c3e50;
 | 
					  --app-color: #2c3e50;
 | 
				
			||||||
  --app-color-light: #6f7070;
 | 
					  --app-color-light: #6f7070;
 | 
				
			||||||
  --app-a-color: #40578a;
 | 
					  --app-a-color: #40578a;
 | 
				
			||||||
 | 
					  --app-a-text-decoration-color: #d2d2d2;
 | 
				
			||||||
  --app-shadow-color: lightgrey;
 | 
					  --app-shadow-color: lightgrey;
 | 
				
			||||||
  --app-loading-color: #f3f3f3;
 | 
					  --app-loading-color: #f3f3f3;
 | 
				
			||||||
  --app-loading-top-color: var(--app-color);
 | 
					  --app-loading-top-color: var(--app-color);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user