mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 00:54:40 +02:00
box shadow
This commit is contained in:
parent
427b45f60f
commit
63a8d385bf
3 changed files with 3 additions and 3 deletions
|
@ -466,7 +466,7 @@ p.commandLine span.prompt {
|
|||
#commandLineHistory {
|
||||
margin: 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 1px 0px 15px rgba(255,255,255,1);
|
||||
box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);
|
||||
}
|
||||
|
||||
#commandLineHistory #terminal.scrolling {
|
|
@ -13,7 +13,7 @@
|
|||
<meta property="og:image" content="http://pcottle.github.com/learnGitBranching/assets/learnGitBranching.png"/>
|
||||
<meta property="og:description" content="A interactive Git visualization tool to educate and challenge!"/>
|
||||
|
||||
<link rel="stylesheet" href="build/main.d96da46a.css" type="text/css" charset="utf-8">
|
||||
<link rel="stylesheet" href="build/main.5fc7ddb9.css" type="text/css" charset="utf-8">
|
||||
<link rel="stylesheet" href="src/style/font-awesome.css" type="text/css" charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -466,7 +466,7 @@ p.commandLine span.prompt {
|
|||
#commandLineHistory {
|
||||
margin: 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 1px 0px 15px rgba(255,255,255,1);
|
||||
box-shadow: 1px 0px 15px rgba(100, 100, 100, 1);
|
||||
}
|
||||
|
||||
#commandLineHistory #terminal.scrolling {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue