Skip to content

Commit

Permalink
adjust master recurrence styling in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
DrCBeatz committed Mar 31, 2024
1 parent b60b463 commit a827ef9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,20 +75,19 @@ pre {
}

.formula-container {
background: rgb(228, 231, 235);
padding: 10px;
border-radius: 5px;
margin: 20px;
text-align: center;
border: rgb(175, 175, 175) 1px solid;
}

.formula-text {
font-family: monospace;
}

.variable-default {
color: #858585;
/* color: #858585; */
color: #a2a2a2;
} /* Default color */

.variable-a {
Expand Down

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-iD5rsHtS.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-D2EQrXP0.css">
<script type="module" crossorigin src="/static/assets/index-DalFTYNX.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
</head>

<body>
Expand Down

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 2 additions & 2 deletions staticfiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Evaluate Master Theorem</title>
<script type="module" crossorigin src="/static/assets/index-iD5rsHtS.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-D2EQrXP0.css">
<script type="module" crossorigin src="/static/assets/index-DalFTYNX.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-C4dQIb5I.css">
</head>

<body>
Expand Down

0 comments on commit a827ef9

Please sign in to comment.