Browse Source

no borders

pull/2/head
Duke Leto 3 years ago
parent
commit
96b138f450
  1. 2
      index.html
  2. 2
      style.css

2
index.html

@ -7,7 +7,7 @@
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/milligram/1.1.0/milligram.min.css'>
<link rel='stylesheet prefetch' href='https://fonts.googleapis.com/css?family=Poppins:300,400,500,700'>
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css'>
<link rel="stylesheet" href="style.css?v=3">
<link rel="stylesheet" href="style.css?v=4">
</head>
<body>
<div id="app">

2
style.css

@ -134,7 +134,7 @@ code.light {
display: none;
margin-top: 50px;
text-align: left;
border: 1px solid #cccccc;
border: 0px;
border-radius: 5px;
padding: 5px 10px 5px 10px;
word-wrap: none;

Loading…
Cancel
Save