Skip to content

Commit

Permalink
Beautify data contracts styles
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Oct 3, 2023
1 parent c08ce6d commit fe1ba11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/frontend/src/routes/dataContracts/data_contracts.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
color: white;
text-decoration: none;
background-color: #1a491c;
padding: 10px 5px;
}

.data_contracts_item {
text-decoration: none;
padding: 5px;
margin-left: 10px;
margin-right: 10px;
padding: 4px;
text-align: left;
margin: 2px 10px;
background-color: #1a492a;
}

Expand Down

0 comments on commit fe1ba11

Please sign in to comment.